-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add support for blameable on remove #2929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2929 +/- ##
==========================================
- Coverage 78.51% 78.48% -0.03%
==========================================
Files 168 168
Lines 8782 8826 +44
==========================================
+ Hits 6895 6927 +32
- Misses 1887 1899 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Couple things here:
|
You are removing
|
@phansys I've resolved the PHPStan issues. I'm a bit confused with what's going on with PHPStan on this lib, though. There is a Also, IMO, it'd be a good idea to drop support for some of these unsupported versions of PHP. It's holding back the lib and making updates and codestyle much more difficult. Please let me know if anything else is needed here - should be ready. |
This PR adds support for blameable on
remove
/deletion of an entity. This can be very useful, when used in conjunction with soft-delete. It obviously is useless without soft-delete.Docs have been updated a tests added.